3.1052 \(\int \frac{1}{a+b x} \, dx\)

Optimal. Leaf size=10 \[ \frac{\log (a+b x)}{b} \]

[Out]

Log[a + b*x]/b

_______________________________________________________________________________________

Rubi [A]  time = 0.0067126, antiderivative size = 10, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 7, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.143 \[ \frac{\log (a+b x)}{b} \]

Antiderivative was successfully verified.

[In]  Int[(a + b*x)^(-1),x]

[Out]

Log[a + b*x]/b

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 1.33199, size = 7, normalized size = 0.7 \[ \frac{\log{\left (a + b x \right )}}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(1/(b*x+a),x)

[Out]

log(a + b*x)/b

_______________________________________________________________________________________

Mathematica [A]  time = 0.000927631, size = 10, normalized size = 1. \[ \frac{\log (a+b x)}{b} \]

Antiderivative was successfully verified.

[In]  Integrate[(a + b*x)^(-1),x]

[Out]

Log[a + b*x]/b

_______________________________________________________________________________________

Maple [A]  time = 0., size = 11, normalized size = 1.1 \[{\frac{\ln \left ( bx+a \right ) }{b}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(1/(b*x+a),x)

[Out]

ln(b*x+a)/b

_______________________________________________________________________________________

Maxima [A]  time = 1.3543, size = 14, normalized size = 1.4 \[ \frac{\log \left (b x + a\right )}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/(b*x + a),x, algorithm="maxima")

[Out]

log(b*x + a)/b

_______________________________________________________________________________________

Fricas [A]  time = 0.196623, size = 14, normalized size = 1.4 \[ \frac{\log \left (b x + a\right )}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/(b*x + a),x, algorithm="fricas")

[Out]

log(b*x + a)/b

_______________________________________________________________________________________

Sympy [A]  time = 0.080877, size = 7, normalized size = 0.7 \[ \frac{\log{\left (a + b x \right )}}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/(b*x+a),x)

[Out]

log(a + b*x)/b

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.206452, size = 15, normalized size = 1.5 \[ \frac{{\rm ln}\left ({\left | b x + a \right |}\right )}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/(b*x + a),x, algorithm="giac")

[Out]

ln(abs(b*x + a))/b